Skip to content

馃摑 Document qrcode return value - #22

Merged
AnandChowdhary merged 1 commit into
masterfrom
chore/daily-maintenance-20260725
Jul 25, 2026
Merged

馃摑 Document qrcode return value#22
AnandChowdhary merged 1 commit into
masterfrom
chore/daily-maintenance-20260725

Conversation

@AnandChowdhary

Copy link
Copy Markdown
Member

Summary

  • document that qrcode() is asynchronous and resolves to a GIF data URL string
  • show how to embed the returned data URL directly in an image
  • add a Deno example for decoding and saving the GIF

Test plan

  • deno 1.46.3 test --allow-read --coverage=/tmp/qrcode-coverage (7 tests passed)
  • deno 1.46.3 coverage /tmp/qrcode-coverage
  • executed the README save example and verified the output as a GIF87a image
  • git diff --check

Closes #10

@AnandChowdhary
AnandChowdhary merged commit 93ab09d into master Jul 25, 2026
8 checks passed
@AnandChowdhary
AnandChowdhary deleted the chore/daily-maintenance-20260725 branch July 25, 2026 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

A bit of more documentation would help

1 participant